*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 13:59:46 +0000 (13:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 13:59:46 +0000 (13:59 +0000)
lisp/ChangeLog
src/ChangeLog

index cf4343021e9fa01ebfb01f62f59bc7742d9d6b97..abe379d0dab971cdd676f883eb3a00bde5ad2bfa 100644 (file)
@@ -1,5 +1,9 @@
 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
 
+       * isearch.el (isearch-lazy-highlight-max): New user-option.
+       (isearch-lazy-highlight-update): Don't highlight more than
+       isearch-lazy-highlight-max matches.
+
        * mail/mh-utils.el (mh-find-path): Set read-mail-command.
 
 2000-12-15  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
index acad37755074ca11417b2b3bbb9a12e83051ce87..3c59f644586f24bd5f9c605bdad14990a2ebab6c 100644 (file)
@@ -1,5 +1,7 @@
 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
 
+       * lread.c (read1): Recognize end of file after `\\'.
+
        * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
        not unwind_create_frame.